home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / SoundInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.8 KB  |  124 lines

  1. SoundInspector = {
  2.     OUTLETS = {
  3.     messageField;
  4.     };
  5.     SUPERCLASS = FileInspector;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. GeneralTextInspector = {
  13.     ACTIONS = {
  14.     takeRepresentationFrom:;
  15.     changeBorderType:;
  16.     changeBgGray:;
  17.     changeRepresentation:;
  18.     takeBgGrayFrom:;
  19.     takeAlignmentFrom:;
  20.     takeTextGrayFrom:;
  21.     changeAlignment:;
  22.     ok:;
  23.     changeTextGray:;
  24.     takeBorderTypeFrom:;
  25.     revert:;
  26.     };
  27.     OUTLETS = {
  28.     textInspectorView;
  29.     alignmentMatrix;
  30.     bgGrayMatrix;
  31.     fixedListSuper;
  32.     fixedListHiderView;
  33.     borderTypeMatrix;
  34.     fixedListRepMatrix;
  35.     fixedHoldingView;
  36.     textGrayMatrix;
  37.     };
  38.     SUPERCLASS = Inspector;
  39. };
  40. InspectorDP = {
  41.     OUTLETS = {
  42.     messageField;
  43.     };
  44.     SUPERCLASS = Inspector;
  45. };
  46. PhoneFieldInspector = {
  47.     OUTLETS = {
  48.     extensionField;
  49.     };
  50.     SUPERCLASS = Inspector;
  51. };
  52. BoxGraphicInspector = {
  53.     ACTIONS = {
  54.     changeBgGrayWithMatrix:;
  55.     changeBgGray:;
  56.     changeBorderCol:;
  57.     changeBoxType:;
  58.     changeBgColor:;
  59.     changeBorderGray:;
  60.     changeUseCustom:;
  61.     changeBorderGrayWithMatrix:;
  62.     };
  63.     OUTLETS = {
  64.     borderGraySlider;
  65.     box2;
  66.     bgGrayMatrix;
  67.     text2;
  68.     box1;
  69.     borderGrayMatrix;
  70.     styleIsCustomSwitch;
  71.     bgColorWell;
  72.     bgGraySlider;
  73.     text1;
  74.     borderColorWell;
  75.     boxTypeMatrix;
  76.     };
  77.     SUPERCLASS = Inspector;
  78. };
  79. GrayView = {
  80.     ACTIONS = {
  81.     setGray:;
  82.     };
  83.     OUTLETS = {
  84.     grayViewSlider;
  85.     };
  86.     SUPERCLASS = View;
  87. };
  88. Inspector = {
  89.     ACTIONS = {
  90.     revert:;
  91.     ok:;
  92.     };
  93.     OUTLETS = {
  94.     selectedGraphic;
  95.     slist;
  96.     controller;
  97.     graphicView;
  98.     panel;
  99.     };
  100.     SUPERCLASS = Object;
  101. };
  102. FileInspector = {
  103.     ACTIONS = {
  104.     ok:;
  105.     changeUseShortName:;
  106.     revert:;
  107.     };
  108.     OUTLETS = {
  109.     box1;
  110.     formatMatrix;
  111.     };
  112.     SUPERCLASS = InspectorDP;
  113. };
  114. GrayFancyView = {
  115.     ACTIONS = {
  116.     setGray:;
  117.     setExactGray:;
  118.     };
  119.     OUTLETS = {
  120.     grayViewMatrix;
  121.     };
  122.     SUPERCLASS = GrayView;
  123. };
  124.